projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25275c5
)
(describe-char): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Sun, 28 Sep 2003 23:53:29 +0000
(23:53 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Sun, 28 Sep 2003 23:53:29 +0000
(23:53 +0000)
lisp/descr-text.el
patch
|
blob
|
history
diff --git
a/lisp/descr-text.el
b/lisp/descr-text.el
index 8e9b1af2dde737f7ffd606aba65864b23ae85676..dfc86a6099559e90365669abd39b6b641ac754ae 100644
(file)
--- a/
lisp/descr-text.el
+++ b/
lisp/descr-text.el
@@
-611,7
+611,7
@@
as well as widgets, buttons, overlays, and text properties."
"\n ")))
(insert "these terminal codes:\n")
(dotimes (i (length disp-vector))
- (insert
f
(car (aref disp-vector i))
+ (insert
(car (aref disp-vector i))
(propertize " " 'display '(space :align-to 5))
(or (cdr (aref disp-vector i)) "-- not encodable --")
"\n"))))